home *** CD-ROM | disk | FTP | other *** search
/ Pesquisa Dirigida / Pesquisa Dirigida.iso / JOGOS / terrorism2.swf / scripts / DefineButton2_324 / BUTTONCONDACTION on(keyPress 1).as next >
Text File  |  2005-01-07  |  136b  |  7 lines

  1. on(keyPress "1"){
  2.    if(getProperty(_root.Gun, _currentframe) != 1 or 110)
  3.    {
  4.       _root.Gun.gotoAndPlay("SwapPistol");
  5.    }
  6. }
  7.